home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 8 / Eagles_Nest_Mac_Collection_Disc_8.TOAST / Developer Tools⁄Additions / MacUserProj / MacUser Projects / June / 2GenApp Hdr / Version.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-05-02  |  1.1 KB  |  46 lines  |  [TEXT/KAHL]

  1. /* *****************************************************************************
  2.     FILE:             Version.h
  3.     
  4.     DESCRIPTION:     Compiler environment definition header file
  5.  
  6.     AUTHOR:            Kurt W.G. Matthies
  7.         
  8.     Copyright © 1990 by Code of the West, Inc. All Rights Reserved.
  9.     
  10.     Revision History:
  11.     ==========================================================
  12.     4.24.90    -    June 1990 MacUser Release - multiple windows
  13.     3.30.90 -     May 1990 MacUser Release
  14.     ==========================================================
  15.     
  16.     
  17.     Instructions:
  18.     ---------------------------------------------------------
  19.     
  20.     
  21.             #define 
  22.             the version 
  23.             appropriate 
  24.             for you.
  25.     
  26.             #undef 
  27.             the other
  28.             two.
  29.  
  30.  
  31.     Please see the Readme file to set up for your version.
  32.     ---------------------------------------------------------
  33.     
  34.    ***************************************************************************** */
  35.  
  36. #ifndef _Version_
  37. #define _Version_
  38.  
  39. #define V4
  40. #undef V3
  41. #undef V2
  42.  
  43. #endif
  44. /* ===============================  EOF  =======================================
  45.     Copyright © 1990 by Code of the West, Inc. All Rights Reserved.
  46. ================================================================================ */